From a2681dd8fd6b1f722ff7c7573fa7486ddd1fbbcc Mon Sep 17 00:00:00 2001 From: dujinkim Date: Wed, 19 Nov 2025 09:30:38 +0000 Subject: (임수민) 구매 협의 코멘트 다운로드 수정 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/api/files/[...path]/route.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'app/api/files/[...path]/route.ts') diff --git a/app/api/files/[...path]/route.ts b/app/api/files/[...path]/route.ts index 58014a45..38e76298 100644 --- a/app/api/files/[...path]/route.ts +++ b/app/api/files/[...path]/route.ts @@ -37,6 +37,7 @@ const isAllowedPath = (requestedPath: string): boolean => { 'vendorFormReportSample', 'vendorFormData', 'uploads', + 'agreement-comments', 'documents', 'tech-sales', 'techsales-rfq', -- cgit v1.2.3